home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GraphicsCode / c / sas / ReadMe_SAS < prev   
Encoding:
Text File  |  1996-02-05  |  642 b   |  21 lines

  1. This directory contains the files necessary to use the graphics routines with
  2. the SAS/C compiler.
  3.  
  4. You will need the standard commodore includes to use these routines.
  5.  
  6. Files:-
  7. Graphics.h                     7958
  8.     Contains the funcion prototype definitions
  9.     Must be included to use the functions.
  10.  
  11. graphics_base.o                9832
  12.     This is the object code ready to be linked into your own code
  13.  
  14. graphics_base.h                 880
  15.     Contains the structure definitions necessary to use the code.
  16.     Must be included
  17.  
  18. Graphics_Base.s               58257
  19.     The special C version of the assembler code.
  20.     Coded using Devpac 3.
  21.